Skip to content

ARROW-14229: [C++] WIP Bump versions of bundled dependencies#11340

Closed
bkmgit wants to merge 32 commits into
apache:masterfrom
bkmgit:ARROW-14229
Closed

ARROW-14229: [C++] WIP Bump versions of bundled dependencies#11340
bkmgit wants to merge 32 commits into
apache:masterfrom
bkmgit:ARROW-14229

Conversation

@bkmgit

@bkmgit bkmgit commented Oct 6, 2021

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Oct 6, 2021

Copy link
Copy Markdown

@jonkeane

jonkeane commented Oct 6, 2021

Copy link
Copy Markdown
Member

@github-actions crossbow submit test-r-offline-maximal

@github-actions

github-actions Bot commented Oct 6, 2021

Copy link
Copy Markdown

Revision: 6ef432c

Submitted crossbow builds: ursacomputing/crossbow @ actions-899

Task Status
test-r-offline-maximal Github Actions

@jonkeane

jonkeane commented Oct 6, 2021

Copy link
Copy Markdown
Member

I triggered our offline-r build and it failed for the reasons stated in the ticket (we need to upload the new source(s)). But once that's done it would be good to re-reun this job since it exercises this dependency resolution in a unique way that has caught other issues in the past. And of course I'm happy to help debug any odd errors or outputs it has!

bkmgit added 2 commits October 6, 2021 20:21
Merge branch 'ARROW-14229' of github.com:bkmgit/arrow into ARROW-14229
@bkmgit

bkmgit commented Oct 6, 2021

Copy link
Copy Markdown
Contributor Author

@jonkeane Thanks. As indicated in https://issues.apache.org/jira/browse/ARROW-6407 would you also consider having a mirror of https://github.com/ursa-labs/thirdparty on OSDN, GitLab or Gitee ?

@kou

kou commented Oct 12, 2021

Copy link
Copy Markdown
Member

We can use https://apache.jfrog.io/ui/native/arrow/ such as https://apache.jfrog.io/ui/native/arrow/boost for mirror (or master).

@pitrou

pitrou commented Oct 13, 2021

Copy link
Copy Markdown
Member

@github-actions crossbow submit -g cpp

@github-actions

Copy link
Copy Markdown

Revision: fabe24b

Submitted crossbow builds: ursacomputing/crossbow @ actions-932

Task Status
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-debian-11-cpp Github Actions
test-fedora-33-cpp Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions

@bkmgit

bkmgit commented Oct 13, 2021

Copy link
Copy Markdown
Contributor Author

@pitrou Thanks for the build request. There was an error in the sha256sum for protobuf. Have updated this, but then one of the crossbow builds with previous sha256sum passed.

@pitrou

pitrou commented Oct 13, 2021

Copy link
Copy Markdown
Member

@github-actions crossbow submit -g cpp

@pitrou

pitrou commented Oct 13, 2021

Copy link
Copy Markdown
Member

Have updated this, but then one of the crossbow builds with previous sha256sum passed.

I may be mistaken, but I think CMake only uses the sha256sum for caching (?).

@github-actions

Copy link
Copy Markdown

Revision: e77786b

Submitted crossbow builds: ursacomputing/crossbow @ actions-936

Task Status
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-debian-11-cpp Github Actions
test-fedora-33-cpp Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions

@bkmgit

bkmgit commented Oct 13, 2021

Copy link
Copy Markdown
Contributor Author
  • Ubuntu-18.04-cpp, Ubuntu-18.04-cpp-release, ubuntu-18.04-cpp-static
    FAILED: thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build thrift_ep-install/lib/libthriftd.a
    cd /build/cpp/thrift_ep-prefix/src/thrift_ep-build && /usr/bin/cmake -P /build/cpp/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-DEBUG.cmake && /usr/bin/cmake -E touch /build/cpp/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build
    CMake Error at /build/cpp/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-DEBUG.cmake:16 (message):
    Command failed: 1

  • Ubuntu-20.04-cpp-17
    FAILED: debug/plasma-serialization-tests

  • ubuntu-20.04-cpp-thread-sanitizer
    35 - arrow-compute-hash-join-node-test (Failed)

@bkmgit

bkmgit commented Oct 13, 2021

Copy link
Copy Markdown
Contributor Author

@jonkeane Any suggestions for the errors?

@pitrou

pitrou commented Oct 13, 2021

Copy link
Copy Markdown
Member

@bkmgit The errors should be reproducible locally using the same docker command as in the CI job (don't forget environment variables), for example:

UBUNTU=18.04 archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="6.0.0.dev468"  ubuntu-cpp

A prerequisite is to install Archery.

@bkmgit

bkmgit commented Oct 14, 2021

Copy link
Copy Markdown
Contributor Author

thanks

@bkmgit

bkmgit commented Oct 17, 2021

Copy link
Copy Markdown
Contributor Author

Build failures for Thrift versions 0.14 and 0.15 on Ubuntu 18.04 with libssl-dev ( OpenSSL 1.1.1f ) are due to use of deprecated commands, for example:
from /usr/include/openssl/err.h:13,
from /root/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep/lib/cpp/src/thrift/transport/TSSLSocket.cpp:48:
/usr/include/openssl/asn1.h:554:1: note: declared here
554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
| ^~~~~~~~~~~~~~~~~~

@bkmgit

bkmgit commented Oct 17, 2021

Copy link
Copy Markdown
Contributor Author

Suggest leaving Thrift at 0.13 until next release when OpenSSL requirement can be bumped to 1.1.1 from 1.0.2

@bkmgit

bkmgit commented Oct 17, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit -g cpp

@bkmgit

bkmgit commented Oct 18, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit -g nightly

@github-actions

Copy link
Copy Markdown

Revision: faac6f4

Submitted crossbow builds: ursacomputing/crossbow @ actions-987

Task Status
almalinux-8-amd64 Github Actions
almalinux-8-arm64 TravisCI
amazon-linux-2-amd64 Github Actions
centos-7-amd64 Github Actions
centos-8-amd64 Github Actions
centos-8-arm64 TravisCI
conda-clean Azure
conda-linux-gcc-py36-arm64 Azure
conda-linux-gcc-py36-cpu-r40 Azure
conda-linux-gcc-py36-cuda Azure
conda-linux-gcc-py37-arm64 Azure
conda-linux-gcc-py37-cpu-r41 Azure
conda-linux-gcc-py37-cuda Azure
conda-linux-gcc-py38-arm64 Azure
conda-linux-gcc-py38-cpu Azure
conda-linux-gcc-py38-cuda Azure
conda-linux-gcc-py39-arm64 Azure
conda-linux-gcc-py39-cpu Azure
conda-linux-gcc-py39-cuda Azure
conda-osx-arm64-clang-py38 Azure
conda-osx-arm64-clang-py39 Azure
conda-osx-clang-py36-r40 Azure
conda-osx-clang-py37-r41 Azure
conda-osx-clang-py38 Azure
conda-osx-clang-py39 Azure
conda-win-vs2017-py36-r40 Azure
conda-win-vs2017-py37-r41 Azure
conda-win-vs2017-py38 Azure
conda-win-vs2017-py39 Azure
debian-bookworm-amd64 Github Actions
debian-bookworm-arm64 TravisCI
debian-bullseye-amd64 Github Actions
debian-bullseye-arm64 TravisCI
debian-buster-amd64 Github Actions
debian-buster-arm64 TravisCI
example-cpp-minimal-build-static Github Actions
example-cpp-minimal-build-static-system-dependency Github Actions
homebrew-cpp Github Actions
homebrew-r-autobrew Github Actions
java-jars Github Actions
nuget Github Actions
python-sdist Github Actions
test-build-vcpkg-win Github Actions
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-conda-python-3.10 Github Actions
test-conda-python-3.6 Github Actions
test-conda-python-3.6-pandas-0.23 Github Actions
test-conda-python-3.7 Github Actions
test-conda-python-3.7-dask-latest Github Actions
test-conda-python-3.7-dask-master Github Actions
test-conda-python-3.7-hdfs-2.9.2 Github Actions
test-conda-python-3.7-hdfs-3.2.1 Github Actions
test-conda-python-3.7-kartothek-latest Github Actions
test-conda-python-3.7-kartothek-master Github Actions
test-conda-python-3.7-pandas-0.24 Github Actions
test-conda-python-3.7-pandas-latest Github Actions
test-conda-python-3.7-spark-branch-3.0 Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-hypothesis Github Actions
test-conda-python-3.8-pandas-latest Github Actions
test-conda-python-3.8-pandas-nightly Github Actions
test-conda-python-3.8-spark-master Github Actions
test-conda-python-3.9 Github Actions
test-conda-python-3.9-pandas-master Github Actions
test-debian-11-cpp Github Actions
test-debian-11-go-1.15 Azure
test-debian-11-python-3 Azure
test-debian-c-glib Github Actions
test-debian-ruby Github Actions
test-fedora-33-cpp Github Actions
test-fedora-33-python-3 Azure
test-r-arrow-backwards-compatibility Github Actions
test-r-depsource-auto Azure
test-r-depsource-system Github Actions
test-r-devdocs Github Actions
test-r-gcc-11 Github Actions
test-r-install-local Github Actions
test-r-linux-as-cran Github Actions
test-r-linux-rchk Github Actions
test-r-linux-valgrind Azure
test-r-minimal-build Azure
test-r-offline-maximal Github Actions
test-r-offline-minimal Azure
test-r-rhub-debian-gcc-devel-lto-latest Azure
test-r-rhub-ubuntu-gcc-release-latest Azure
test-r-rocker-r-base-latest Azure
test-r-rstudio-r-base-3.6-bionic Azure
test-r-rstudio-r-base-3.6-centos7-devtoolset-8 Azure
test-r-rstudio-r-base-3.6-centos8 Azure
test-r-rstudio-r-base-3.6-opensuse15 Azure
test-r-rstudio-r-base-3.6-opensuse42 Azure
test-r-ubuntu-21.04 Github Actions
test-r-versions Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-18.04-python-3 Azure
test-ubuntu-18.04-r-sanitizer Azure
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions
test-ubuntu-20.10-docs Azure
test-ubuntu-c-glib Github Actions
test-ubuntu-default-docs Azure
test-ubuntu-ruby Github Actions
ubuntu-bionic-amd64 Github Actions
ubuntu-bionic-arm64 TravisCI
ubuntu-focal-amd64 Github Actions
ubuntu-focal-arm64 TravisCI
ubuntu-hirsute-amd64 Github Actions
ubuntu-hirsute-arm64 TravisCI
wheel-macos-big-sur-cp310-arm64 Github Actions
wheel-macos-big-sur-cp310-universal2 Github Actions
wheel-macos-big-sur-cp38-arm64 Github Actions
wheel-macos-big-sur-cp39-arm64 Github Actions
wheel-macos-big-sur-cp39-universal2 Github Actions
wheel-macos-high-sierra-cp310-amd64 Github Actions
wheel-macos-high-sierra-cp36-amd64 Github Actions
wheel-macos-high-sierra-cp37-amd64 Github Actions
wheel-macos-high-sierra-cp38-amd64 Github Actions
wheel-macos-high-sierra-cp39-amd64 Github Actions
wheel-macos-mavericks-cp310-amd64 Github Actions
wheel-macos-mavericks-cp36-amd64 Github Actions
wheel-macos-mavericks-cp37-amd64 Github Actions
wheel-macos-mavericks-cp38-amd64 Github Actions
wheel-macos-mavericks-cp39-amd64 Github Actions
wheel-manylinux2010-cp310-amd64 Github Actions
wheel-manylinux2010-cp36-amd64 Github Actions
wheel-manylinux2010-cp37-amd64 Github Actions
wheel-manylinux2010-cp38-amd64 Github Actions
wheel-manylinux2010-cp39-amd64 Github Actions
wheel-manylinux2014-cp310-amd64 Github Actions
wheel-manylinux2014-cp310-arm64 TravisCI
wheel-manylinux2014-cp36-amd64 Github Actions
wheel-manylinux2014-cp36-arm64 TravisCI
wheel-manylinux2014-cp37-amd64 Github Actions
wheel-manylinux2014-cp37-arm64 TravisCI
wheel-manylinux2014-cp38-amd64 Github Actions
wheel-manylinux2014-cp38-arm64 TravisCI
wheel-manylinux2014-cp39-amd64 Github Actions
wheel-manylinux2014-cp39-arm64 TravisCI
wheel-windows-cp310-amd64 Github Actions
wheel-windows-cp36-amd64 Github Actions
wheel-windows-cp37-amd64 Github Actions
wheel-windows-cp38-amd64 Github Actions
wheel-windows-cp39-amd64 Github Actions

@bkmgit

bkmgit commented Oct 18, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit -g nightly

@github-actions

Copy link
Copy Markdown

Revision: fe0622b

Submitted crossbow builds: ursacomputing/crossbow @ actions-989

Task Status
almalinux-8-amd64 Github Actions
almalinux-8-arm64 TravisCI
amazon-linux-2-amd64 Github Actions
centos-7-amd64 Github Actions
centos-8-amd64 Github Actions
centos-8-arm64 TravisCI
conda-clean Azure
conda-linux-gcc-py36-arm64 Azure
conda-linux-gcc-py36-cpu-r40 Azure
conda-linux-gcc-py36-cuda Azure
conda-linux-gcc-py37-arm64 Azure
conda-linux-gcc-py37-cpu-r41 Azure
conda-linux-gcc-py37-cuda Azure
conda-linux-gcc-py38-arm64 Azure
conda-linux-gcc-py38-cpu Azure
conda-linux-gcc-py38-cuda Azure
conda-linux-gcc-py39-arm64 Azure
conda-linux-gcc-py39-cpu Azure
conda-linux-gcc-py39-cuda Azure
conda-osx-arm64-clang-py38 Azure
conda-osx-arm64-clang-py39 Azure
conda-osx-clang-py36-r40 Azure
conda-osx-clang-py37-r41 Azure
conda-osx-clang-py38 Azure
conda-osx-clang-py39 Azure
conda-win-vs2017-py36-r40 Azure
conda-win-vs2017-py37-r41 Azure
conda-win-vs2017-py38 Azure
conda-win-vs2017-py39 Azure
debian-bookworm-amd64 Github Actions
debian-bookworm-arm64 TravisCI
debian-bullseye-amd64 Github Actions
debian-bullseye-arm64 TravisCI
debian-buster-amd64 Github Actions
debian-buster-arm64 TravisCI
example-cpp-minimal-build-static Github Actions
example-cpp-minimal-build-static-system-dependency Github Actions
homebrew-cpp Github Actions
homebrew-r-autobrew Github Actions
java-jars Github Actions
nuget Github Actions
python-sdist Github Actions
test-build-vcpkg-win Github Actions
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-conda-python-3.10 Github Actions
test-conda-python-3.6 Github Actions
test-conda-python-3.6-pandas-0.23 Github Actions
test-conda-python-3.7 Github Actions
test-conda-python-3.7-dask-latest Github Actions
test-conda-python-3.7-dask-master Github Actions
test-conda-python-3.7-hdfs-2.9.2 Github Actions
test-conda-python-3.7-hdfs-3.2.1 Github Actions
test-conda-python-3.7-kartothek-latest Github Actions
test-conda-python-3.7-kartothek-master Github Actions
test-conda-python-3.7-pandas-0.24 Github Actions
test-conda-python-3.7-pandas-latest Github Actions
test-conda-python-3.7-spark-branch-3.0 Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-hypothesis Github Actions
test-conda-python-3.8-pandas-latest Github Actions
test-conda-python-3.8-pandas-nightly Github Actions
test-conda-python-3.8-spark-master Github Actions
test-conda-python-3.9 Github Actions
test-conda-python-3.9-pandas-master Github Actions
test-debian-11-cpp Github Actions
test-debian-11-go-1.15 Azure
test-debian-11-python-3 Azure
test-debian-c-glib Github Actions
test-debian-ruby Github Actions
test-fedora-33-cpp Github Actions
test-fedora-33-python-3 Azure
test-r-arrow-backwards-compatibility Github Actions
test-r-depsource-auto Azure
test-r-depsource-system Github Actions
test-r-devdocs Github Actions
test-r-gcc-11 Github Actions
test-r-install-local Github Actions
test-r-linux-as-cran Github Actions
test-r-linux-rchk Github Actions
test-r-linux-valgrind Azure
test-r-minimal-build Azure
test-r-offline-maximal Github Actions
test-r-offline-minimal Azure
test-r-rhub-debian-gcc-devel-lto-latest Azure
test-r-rhub-ubuntu-gcc-release-latest Azure
test-r-rocker-r-base-latest Azure
test-r-rstudio-r-base-3.6-bionic Azure
test-r-rstudio-r-base-3.6-centos7-devtoolset-8 Azure
test-r-rstudio-r-base-3.6-centos8 Azure
test-r-rstudio-r-base-3.6-opensuse15 Azure
test-r-rstudio-r-base-3.6-opensuse42 Azure
test-r-ubuntu-21.04 Github Actions
test-r-versions Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-18.04-python-3 Azure
test-ubuntu-18.04-r-sanitizer Azure
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions
test-ubuntu-20.10-docs Azure
test-ubuntu-c-glib Github Actions
test-ubuntu-default-docs Azure
test-ubuntu-ruby Github Actions
ubuntu-bionic-amd64 Github Actions
ubuntu-bionic-arm64 TravisCI
ubuntu-focal-amd64 Github Actions
ubuntu-focal-arm64 TravisCI
ubuntu-hirsute-amd64 Github Actions
ubuntu-hirsute-arm64 TravisCI
wheel-macos-big-sur-cp310-arm64 Github Actions
wheel-macos-big-sur-cp310-universal2 Github Actions
wheel-macos-big-sur-cp38-arm64 Github Actions
wheel-macos-big-sur-cp39-arm64 Github Actions
wheel-macos-big-sur-cp39-universal2 Github Actions
wheel-macos-high-sierra-cp310-amd64 Github Actions
wheel-macos-high-sierra-cp36-amd64 Github Actions
wheel-macos-high-sierra-cp37-amd64 Github Actions
wheel-macos-high-sierra-cp38-amd64 Github Actions
wheel-macos-high-sierra-cp39-amd64 Github Actions
wheel-macos-mavericks-cp310-amd64 Github Actions
wheel-macos-mavericks-cp36-amd64 Github Actions
wheel-macos-mavericks-cp37-amd64 Github Actions
wheel-macos-mavericks-cp38-amd64 Github Actions
wheel-macos-mavericks-cp39-amd64 Github Actions
wheel-manylinux2010-cp310-amd64 Github Actions
wheel-manylinux2010-cp36-amd64 Github Actions
wheel-manylinux2010-cp37-amd64 Github Actions
wheel-manylinux2010-cp38-amd64 Github Actions
wheel-manylinux2010-cp39-amd64 Github Actions
wheel-manylinux2014-cp310-amd64 Github Actions
wheel-manylinux2014-cp310-arm64 TravisCI
wheel-manylinux2014-cp36-amd64 Github Actions
wheel-manylinux2014-cp36-arm64 TravisCI
wheel-manylinux2014-cp37-amd64 Github Actions
wheel-manylinux2014-cp37-arm64 TravisCI
wheel-manylinux2014-cp38-amd64 Github Actions
wheel-manylinux2014-cp38-arm64 TravisCI
wheel-manylinux2014-cp39-amd64 Github Actions
wheel-manylinux2014-cp39-arm64 TravisCI
wheel-windows-cp310-amd64 Github Actions
wheel-windows-cp36-amd64 Github Actions
wheel-windows-cp37-amd64 Github Actions
wheel-windows-cp38-amd64 Github Actions
wheel-windows-cp39-amd64 Github Actions

@bkmgit

bkmgit commented Oct 19, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-thread-sanitizer

@github-actions

Copy link
Copy Markdown

Revision: 749c954

Submitted crossbow builds: ursacomputing/crossbow @ actions-1005

Task Status
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions

@bkmgit

bkmgit commented Oct 19, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-17

@github-actions

Copy link
Copy Markdown

Revision: 749c954

Submitted crossbow builds: ursacomputing/crossbow @ actions-1006

Task Status
test-ubuntu-20.04-cpp-17 Github Actions

@bkmgit

bkmgit commented Oct 19, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-17

@github-actions

Copy link
Copy Markdown

Revision: dfc4074

Submitted crossbow builds: ursacomputing/crossbow @ actions-1008

Task Status
test-ubuntu-20.04-cpp-17 Github Actions

@bkmgit

bkmgit commented Nov 15, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-17

@github-actions

Copy link
Copy Markdown

Revision: facb2ed

Submitted crossbow builds: ursacomputing/crossbow @ actions-1136

Task Status
test-ubuntu-20.04-cpp-17 Github Actions

@bkmgit

bkmgit commented Nov 17, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-17

@github-actions

Copy link
Copy Markdown

Revision: c2b9e97

Submitted crossbow builds: ursacomputing/crossbow @ actions-1153

Task Status
test-ubuntu-20.04-cpp-17 Github Actions

@bkmgit

bkmgit commented Nov 17, 2021

Copy link
Copy Markdown
Contributor Author

@github-actions crossbow submit test-ubuntu-20.04-cpp-17

@github-actions

Copy link
Copy Markdown

Revision: 6407c66

Submitted crossbow builds: ursacomputing/crossbow @ actions-1158

Task Status
test-ubuntu-20.04-cpp-17 Github Actions

@bkmgit

bkmgit commented Nov 19, 2021

Copy link
Copy Markdown
Contributor Author

Closed in favor of #11494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants